From b6a8e665a15cdff6f40dc24a7ee94a9d717c8011 Mon Sep 17 00:00:00 2001 From: Dimitrios Eftaxiopoulos Date: Thu, 23 Sep 2010 17:36:31 +0300 Subject: [PATCH] Minor changes --- debian/folder/mathgl-doc | 2 +- debian/rules | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/folder/mathgl-doc b/debian/folder/mathgl-doc index f2ce62a..832ae01 100644 --- a/debian/folder/mathgl-doc +++ b/debian/folder/mathgl-doc @@ -1,6 +1,6 @@ Document: mathgl-doc Title: Debian mathgl Manual -Author: Alexei Balakin +Author: Alexey Balakin Abstract: This manual describes the usage of mathgl for the production of high quality plots. diff --git a/debian/rules b/debian/rules index cd195c3..2937064 100755 --- a/debian/rules +++ b/debian/rules @@ -51,8 +51,7 @@ install: build cp texinfo/*.pdf $(CURDIR)/debian/tmp/usr/share/doc/mathgl/ rm -f debian/tmp/usr/bin/*_example rm -f debian/tmp/usr/share/info/dir - find debian -name *.pyc* -type f -delete - find debian -name *.pyo* -type f -delete + find debian \( -name mathgl.pyc -o -name mathgl.pyo \) -print0 | xargs -0 -r rm -f \; binary-indep: build install -- 2.30.2